body{
	margin:0;
	padding:0;
}
ul{
	padding:0;
	margin:0;
}
li{
	list-style: none;
}
i{
	font-style: normal;
}
a,a:hover{
	color:#333;
	text-decoration: none;
}
*{
	font-family: "微软雅黑"
}
.top_cont,header,.cp_cont,.ys_cont,.ys_num li,.xw_cont,.xy_cont,.gy_cont,.footer,.link,.list_cp{
	max-width: 1200px;
	margin:auto;
}
.index_top{
	border-bottom: solid 1px #ddd;
}
.top_cont{
	display: flex;
	justify-content: space-between;
	line-height: 35px;
}
.top_cont p{
	margin-bottom: 0;
	color:#0a4136;
	font-size: 17px;
	font-weight: 550;
}
.top_cont span{
	display: inline-block;
	margin-left: 20px;
}
header{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.logo{
	width: 318px;
}
.logo img{
	width: 100%;
}
nav{
	width: 65%;
}
.nav_ul{
	display: flex;
	justify-content: space-between;
}
.nav_ul li{
	text-align: center;
	font-size: 16px;
	line-height: 105px;
}
.nav_ul a{
	display: inline-block;
	height: 100%;
	color:#333;

}
.nav_ul a:hover{
	color:#0a4136;
	border-bottom: solid 2px #0a4136;
	margin-bottom: -2px;
}
.index_title{
	text-align: center;
	margin:55px 0;
}
.index_title span {
	font-size: 29px;
	color:#333;
}
.index_title p {
	font-size: 15px;
	color:#888;
	margin-top: 5px;
}
.title_div{
	width: 43px;
	height: 2px;
	background:#0a4136;
	margin:auto;
}
.cp_ul{
	display: flex;
	flex-wrap: wrap;
}
.list_cp_ul li a div{
	text-align: center;
}
.list_cp_ul li a div img{ max-width:100%; height: 220px; width:100%;object-fit: cover;}
.list_cp_ul li a{
	text-align: left;
}
.cp_ul li{
	width: 25%;
	padding:0 15px;
	text-align: center;
}
.cp_ul li span,.list_cp_ul span{
	display: block;
	color:#333;
	font-size: 14px;
	margin:10px 0;
}
.cp_ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	border:solid 1px #ddd;
}
.cp_ul li img{
	max-width: 100%;
}
.cp_ul li p,.list_cp_ul li p{
	font-size: 12px;
	color:#888;
	line-height: 22px;
}
.cp_ul li div{
	padding:10px 15px;
	text-align: left;
}
.gd{
	text-align: center;
	margin-top:40px;
}
.swiper-button-next2, .swiper-button-prev2{
	top:auto !important;
	bottom:0 !important;
	width: 45px;
	height: 45px;
}
.swiper-button-prev2{
	left: 43.5%;
	background:url(../images/cp_l.jpg) 100% no-repeat;
}
.swiper-button-next2{
	right: 43.5%;
	background:url(../images/cp_r.jpg) 100% no-repeat;
}

.ys_ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.ys_ul li:nth-child(1) i{
	font-size: 50px;
}
.ys_ul i{
	font-size: 45px;
	color:#c7c7c7;
}
.ys_ul li{
	width: 24%;
	padding:20px 0;
	font-size: 16px;
	border:solid 1px #e5e5e5;
	cursor: pointer;
}
.ys_ul li:nth-child(1) div{
	width: 165px;
}
.ys_ul div{
	display: flex;
	width: 140px;
	margin:auto;
}
.ys_ul li.active{
	background:#0a4136;
	color:#fff;
}
.ys_ul li.active i{
	color:#fff;
}
.ys_ul li div{
}
.ys_ul p{
	margin:25px 0 0 10px;
}

.ys_num{
	width: 100%;
	background:url(../images/bg01.jpg) 50% 1% no-repeat;
}
.ys_num li{
	width: 100%;
	padding:170px 0;
	display: flex;
	flex-direction:row-reverse;
}
.ys_num li>div{
	width: 600px;
	background:rgba(255,255,255,.85);
	padding:50px 40px;
	padding-left: 140px;
	margin:0 right;
	position: relative;
}
.ys_num h3{
	color:#333333;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
}
.ys_num p{
	color:666;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
	text-indent: 2em;
}
.ys_sz{
	width: 53px;
	height: 115px;
	background:#0a4136;
	color:#fff;
	font-size: 24px;
	font-weight: 600;
	position: absolute;
	left: 50px;
	top:-20px;
	text-align: center;
	padding-top: 50px;
}
.index_xw{
	background: #f6f6f6;
	padding:70px 0;
}
.xw_cont{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xw_cont>div{
	width: 32%;
	background:#fff;
	padding:17px;
}
.xw_title{
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.xw_title hr{
	border-top:solid 1px #ebebeb;
	position: absolute;
	left: 0;
	bottom:-10px;
	width: 100%;
	z-index: 1;
}
.xw_title h3{
	margin-top: 0;
	font-size: 24px;
	color:#333;
}
.xw_title span{
	color:#999;
	font-size: 14px;
	display: inline-block;
	padding:0 30px;
	background:#fff;
	position: relative;
	z-index: 10;
}
.xw_ul li{
	background:url(../images/li_dian.jpg) no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height: 32px;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xw_ul li a{
	color:#999;
	display: inline-block;
	width: 100%;
}
.xw_tj{
	padding-bottom: 15px;
	padding-top: 5px;
}
.xw_tj a{
	display: flex;
	justify-content: space-between;
}
.xw_img{
	width: 37%;
}
.xw_img img{
	width: 100%;
}
.xw_main{
	width: 59%;
}
.xw_main span{
	font-size: 16px;
	display: inline-block;
	width: 100%;
	height: 21px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xw_main p{
	color:#666;
	height: 60px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.xw_r_ul span{
	font-size: 16px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}
.xw_r_ul p{
	font-size: 14px;
	color:#666;
	margin-bottom: 0;
}
.xw_r_ul li:nth-child(1){
	padding-top: 10px;
}
.xw_r_ul li{
	padding: 25px 10px;
	border-bottom: dashed 1px #ddd;
}
.index_xy{
	padding-bottom: 55px;
}
.xy_ul{
	display: flex;
}
.xy_ul li{
	width: 25%;
	padding:0 12px;
}
.xy_ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	border:solid 1px #ddd;
	padding:5px;
	position: relative;
	padding-bottom: 0;
}
.xy_ul div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 30%;
}
.xy_ul li span{
	display: inline-block;
	width: 100%;
	line-height: 40px;
	text-align: center;
}
.xy_ul li a>img{
	width: 100%;
}
.index_gy{
	background:url(../images/gy_bg.jpg) 50% 1% no-repeat;
	padding:1px 0;
}
.gy_main{
	padding:20px;
	margin-bottom: 85px;
	background:#fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gy_main p{
	padding:0 20px 0 50px;
	font-size: 16px;
	text-indent: 2em;
	margin-bottom: 0;
	line-height: 35px;
	color:#666;
}
.gy_img{
	width: 42%;
}
.gy_img img{
	width: 100%;
}
.gy_p{
	width: 58%;
}

.cp_ul li img{
	height: 288px;
}
.xw_img img{
	height: 87px;
}
.xy_ul li a>img{
	height: 165px;
}


.list_cont{
	background:#f6f6f6;
}
.list_cp{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:40px 0;
}
.list_cp_l{
	width: 25.5%;
}
.list_cp_l>div{
	background:#fff;
}
.list_cp_r{
	width: 72%;
	background:#fff;
}
.list_cp_r ul{
	display: flex;
	flex-wrap: wrap;
	padding:0 12px;
}
.list_xw ul{
	display: inline-block;
	width: 100%;
}
.list_cp_r ul li{
	width: 33.33%;
	text-align: center;
	padding:0 13px;
}
.list_xw ul li{
	width: 100%;
	text-align: left;
	margin-top: 25px;
}
.list_xw ul li:nth-child(1){
	margin-top: 0;
}
.list_cp_r li span{
	display: block;
	line-height: 52px;
	font-size: 14px;
}
.list_xw li span{
	line-height: 20px;
	font-size: 15px;
}
.list_xw li p{
	color:#666;
	font-size: 13px;
}
.list_xw a{
	display: flex;
	justify-content: space-between;
}
.list_xw span a{
	display: initial;
	justify-content: space-between;
}
.xw_main2>div{
	display: flex;
	justify-content: space-between;
}
.list_cp_r li div{
	border:solid 1px #ddd;
	padding:10px;
}
.list_cp_ul li div{
	border:0;
	padding:0;
}
.list_cp_ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	border:solid 1px #ccc;
	padding:10px;
}
.list_cp_ul li{
	margin-bottom: 20px;
}
.list_cp_ul li a span{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 20px;
}
.list_cp_ul li a p{
	margin-bottom: 0;
}
.list_cp_p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 22px;
}
.list_cp_p2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 44px;
}
.list_xw li div{
	border:0;
	padding:0;
}
.list_cp_r>span,.list_xw>span{
	display:block;
	line-height: 68px;
	font-size: 18px;
	padding:0 24px;
}
.cp_b{
	margin-top: 25px;
}
.list_cp_l>div{
	padding:0 15px;
	padding-bottom: 20px;
}
.list_cp_l span{
	font-weight: 500;
	color:#000;
	display: inline-block;
	font-size: 18px;
	height: 52px;
	line-height: 52px;
	border-bottom: solid 2px #0a4136;
	margin-bottom: -1px;
}
.list_cp_l dt{
	border-bottom: solid 1px #ccc;
	margin-bottom: 13px;
}
.list_cp_l dl{
	margin-bottom: 0;
}
.cp_t dd a{
	font-size: 16px;
	color:#666;
}
.cp_t dd{
	padding: 10px;
}
.cp_b img{
	width: 100%;
}
.cp_b dd:nth-child(3){
	padding-top: 10px;
	color:#0a4136;
}
.cp_b dd{
	line-height: 30px;
	color:#666;
}

.xw_img2{
	width: 21%;
}
.xw_main2{
	width: 77%;
}
.xw_img2 img{
	width: 100%;
}
.xw_main2 span{
	color:#333;
	display: inline-block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xw_main2 p{
	margin:10px 0;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xw_main2 time{
	font-size: 13px;
	color:#bebebe;
}

.page_title{
	text-align: center;
	padding: 20px;
}
.page_title h2{
	font-size: 21px;
}
.page_title time{
	font-size: 14px;
	color:#666;
}

.page_cont{
	padding:0 24px;
	line-height: 26px;
}
.page_cont img{
	max-width: 100%;
}

.page_sxp{
	padding:10px 24px;
	text-align: left;
}
.page_sxp,.page_sxp *{
	color:#666;
}
.cp_page{
	text-align: center;
	max-width: 100%;
	padding:0 24px;
}
.cp_page img{
	max-width: 100%;
}


.link{
	color:#838080;
	padding:15px 0;
}
.link a{
	color:#838080;
	font-size: 14px;
	padding:0 10px;
	border-right: solid 1px #838080;
}
.link a:hover{
	color:#6c6b6b;
}
footer{
	background:#2a2a2a;	
}
.footer{
	display: flex;
	justify-content: space-between;
}
.footer{
	padding:35px 0;
}
.footer_c{
	width: 40%;
	padding-left:70px;
	border-left:solid 1px #555;
}
.footer_c p{
	line-height: 26px;
	color:#838080;
	font-size: 14px;
}
.footer_l{
	width:40%;
	text-align: center;
}
.footer_l img{
	margin-top: 35px;
	max-width: 90%;
}
.footer_r{
	width:20%;
	text-align: right;
}
.footer_r img{
	margin-top: 30px;
}


.sj-footer{
    position: fixed;
    bottom:0;
    left:0;
    z-index: 99;
    width: 100%;
    background:#fff;
    border-top: solid 1px #ccc;
    height:68px;
}
.sj-footer ul{
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}
.sj-footer li{
    width: 30%;
    text-align: center;
    /*background:#eee;*/
}
.sj-footer li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding:10px 0;
    border-left: solid 1px #eee;
    text-decoration: none;
    font-size: 13px;
    color:#333;
}
.sj-footer li:nth-child(1) a{
    border-left:0;
}
.sj-footer img{
    width: 20%;
    margin-bottom: 5px;
}
.goToTop{
	width:50px;
	height:50px; 
	border-radius: 7px;
	text-align: center;
	line-height: 50px;
	background:rgba(10,65,54,.5);
	position: fixed;
	right:0;
	bottom:100px;
	z-index: 99;
}
.goToTop:hover{
	background:rgba(10,65,54,1);
}
.goToTop a{
	display: inline-block;
	width: 100%;
	height:100%;
	color:#fff;
	font-size: 17px;
	text-decoration: none;
}
.opage{
	width: 100%;
}
.opages {
	text-align: center;
	margin:20px auto;
	width: 100%;
}
.opages a:nth-child(1) {
  	display: none;
}
.opages a{
	color:#007ad0;
}
.opages a,
.opages b {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 13px;
  border: solid 1px #ccc;
}
.xw_img2 img{
	height: 115px;
}
@media (max-width:1200px){
	.top_cont,header,.cp_cont,.ys_cont,.ys_num li,.xw_cont,.xy_cont,.gy_cont,.footer,.link,.list_cp{
		width: 95%;
	}
	.swiper-button-prev2{
		left: 42%;
	}
	.swiper-button-next2{
		right: 42%;
	}
	.cp_ul li img{
		height: 257px;
	}
	.xw_img img{
		height:86px;
	}
	.xy_ul li a>img{
		height: 144px;
	}
	.xw_img{
		width: 43%;
	}
	.xw_main{
		width: 55%;
	}
	.xw_img2 img{
		height: 102px;
	}
}
@media (max-width:1100px){
	.cp_ul li img{
		height: 232px;
	}
	.xw_img img{
		height:86px;
	}
	.xy_ul li a>img{
		height: 129px;
	}
	.xw_img2 img{
		height: 92px;
	}
}
@media (max-width:1000px){
	
}
@media (max-width:992px){
	.list_cp{
		flex-direction:column-reverse;
	}
	.list_cp_l{
		width: 100%;
	}
	.list_cp_r{
		width: 100%;
		margin-bottom: 20px;
	}
	.index_gy{
		background:#f6f6f6;
	}
	.gy_main>div{
		width: 100%;
	}
	.xy_ul li{
		padding:0 5px;
	}
	.gy_p{
		margin-top: 20px;
	}
	.gy_main{
		margin-bottom: 20px;
	}
	.gy_main p{
		padding:0 20px;
	}
	.gd{
		margin-top: 20px;
	}
	.cp_ul li{
		width: 50%;
		margin-bottom: 20px;
	}
	.swiper-button-prev2{
		left: 39%;
	}
	.swiper-button-next2{
		right: 39%;
	}
	.footer_c{
		padding-left: 30px;
	}
	header{
		width: 96%;
	}
	.logo{
		width: 170px;
	}
	.logo img{
		margin-top: 25px;
	}
	.nav_ul a{
		font-size: 14px;
	}
	.footer_l p{
		line-height: 25px;
	}
	nav{
		width: 80%;
	}
	.footer_l p{
		flex-wrap: wrap;
	}
	.footer_l p span{
		width: 100%;
	}
	.footer_l p span:nth-child(1){
		width: 100%;
	}
	.index_xw{
		padding:40px 0;
	}
	.xw_cont>div{
		padding:17px 10px;
	}
	.xw_cont>div.xw_nr{
		width: 48.5%;
	}
	.xw_cont>div.xw_r{
		width: 100%;
	}
	.xw_r_ul li:nth-child(1){
		padding-top: 0;
	}
	.xw_r_ul li{
		padding:10px;
	}
	.xw_nr{
		margin-bottom: 20px;
	}
	.cp_ul li img{
		height: 464px;
	}
	.xw_img img{
		height:121px;
	}
	.xy_ul li a>img{
		height: 211px;
	}
	.xw_img2 img{
		height: 124px;
	}
}
@media (max-width:800px){
	.cp_ul li img{
		height: 363px;
	}
	.xw_img img{
		height:104px;
	}
	.xy_ul li a>img{
		height: 100px;
	}
	.xw_img2 img{
		height: 96px;
	}
}
@media (max-width:767px){
	.list_cp_ul li:nth-child(1),.list_cp_ul li:nth-child(2){
		margin-top: 0;
	}
	.list_cp_ul li{
		margin-top: 20px;
		margin-bottom: 0;
	}
	.list_cp_ul span{
		padding-top: 10px;
	}
	.page_title h2{
		margin-top: 0;
		font-size: 18px;
	}
	.list_cp{
		padding:20px 0;
	}
	.list_cp_r>span{
		line-height: 45px;
		font-size: 15px;
	}
	.cp_t dd a{
		font-size: 15px;
	}
	.list_cp_l span{
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.list_cp_l dt{
		margin-bottom: 5px;
	}
	.cp_t dd{
		padding:5px;
	}
	.list_cp_l>div{
		padding-bottom: 10px;
	}
	.list_cp_r ul li{
		width: 50%;
		padding:0 5px;
	}
	.list_xw ul li{
		width: 100%;
		padding:0;
	}
	.xw_main2 p{
		line-height: 25px;
		height: 50px;
		margin:0;
		margin-top: 10px;
	}
	.xw_img2{
		width: 32%;
	}
	.xw_main2{
		width: 65%;
	}
	.list_xw ul li{
		margin-top: 15px;
	}
	.gy_main{
		padding:10px;
	}
	.gy_main p{
		padding:0 10px;
		font-size: 14px;
		line-height: 23px;
	}
	.index_xy{
		padding-bottom: 20px;
	}
	.xy_ul{
		flex-wrap: wrap;
	}
	.xy_ul li{
		width: 50%;
		margin-bottom: 10px;
	}
	.xw_title h3{
		font-size: 18px;
	}
	.xw_img{
		width: 38%;
	}
	.xw_main{
		width: 60%;
	}
	.xw_tj{
		padding-bottom: 10px;
	}
	.xw_ul li{
		line-height: 25px;
	}
	.xw_main span{
		display: inline-block;
		width: 100%;
		font-size: 15px;
		height: 20px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.xw_main p{
		margin-top: 0;
		font-size: 12px;
	}
	.index_xw{
		padding:20px 0;
	}
	.xw_cont>div,.xw_cont>div.xw_nr{
		width: 100%;
		padding:17px 10px;
	}
	.gd{
		margin-top: 0;
	}
	.ys_ul div{
		width: 70%;
	}
	.ys_ul li:nth-child(1) div{
		width: 85%;
	}
	.ys_ul li{
		padding:10px 0;
	}
	.ys_ul li:nth-child(1) i{
		font-size: 35px;
	}
	.ys_ul p{
		margin-top: 0;
		font-size: 14px;
	}
	.ys_ul i{
		font-size: 30px;
	}
	.ys_ul{
		flex-wrap: wrap;
	}
	.ys_ul li{
		width: 49%;
		margin-bottom: 10px;
	}
	.swiper-button-prev2{
		left: 26%;
	}
	.swiper-button-next2{
		right: 26%;
	}
	.index_title{
		margin:20px 0;
	}
	.index_title span{
		font-size: 18px;
	}
	.index_title p{
		font-size: 14px;
	}
	.cp_ul li span,.list_cp_ul span{
		margin:0;
	}
	.cp_ul li{
		padding:0 5px;
	}
	.cp_ul li div{
		padding:10px;
	}
	.footer_l img{
		max-width: 70%;
	}
	.footer_c{
		margin-bottom:0;
	}
	.footer_r{
		text-align: center;
	}
	.footer_r img{
		width: 40%;
		margin-top: 0;
	}
	.logo img{
		margin-top: 0;
	}
	nav{
		position: absolute;
		top:60px;
		right: 0;
		z-index: 99;
		width: 30%;
		background:rgba(69,69,69,.9);
	}
	.nav_ul li a{
		color:#fff;
		font-size: 14px;
		height: 100%;
		border:0;
	}
	.nav_ul{
		display: none;
		width: 100%;
	}
	.nav_ul li{
		width: 100%;
		line-height: 40px;
	}
	header{
		width: 100%;
		padding:0 20px;
	}
	.logo{
		width: 169px;
	}
	.opages{
		width: 100%;
	}
	footer{
		margin-bottom:68px;
	}
	.hanb{
		font-size: 22px;
		line-height: 60px;
		color:#999;
	}
	footer{
		margin-top: 0;
	}
	.footer{
		flex-wrap: wrap;
		padding:20px 0;
	}
	.footer>div{
		width: 100%;
	}
	.footer_l{
		border:0;
		padding:0;
	}
	.link{
		flex-wrap: wrap;
	}
	.footer_c{
		padding:0;
		border:0;
		margin-top: 20px;
	}
	.footer_r{
		margin-top: 10px;
	}
	.footer_r img{
		width: 30%;
	}
	.footer_l img{
		margin-top: 0;
	}
	.cp_ul li img{
		height: 365px;
	}
	.xw_img img{
		height:171px;
	}
	.xy_ul li a>img{
		height: 276px;
	}
	.xw_img2 img{
		height: 143px;
	}
}
@media(max-width:600px){
	.cp_ul li img{
		height: 278px;
	}
	.xw_img img{
		height:135px;
	}
	.xy_ul li a>img{
		height: 211px;
	}
	.xw_img2 img{
		height: 117px;
	}
}
@media(max-width:450px){
	.cp_ul li img{
		height: 201px;
	}
	.xw_img img{
		height:96px;
	}
	.xy_ul li a>img{
		height: 141px;
	}
	.xw_img2 img{
		height: 80px;
	}
}
@media (max-width:400px){
	.cp_ul li img{
		height: 181px;
	}
	.xw_img img{
		height:86px;
	}
	.xy_ul li a>img{
		height: 126px;
	}
	.xw_main2 p{
		line-height: 20px;
		height: 40px;
		margin-top: 5px;
	}
	.xw_img2 img{
		height: 72px;
	}
}
@media (max-width:374px){
	.cp_ul li img{
		height: 163px;
	}
	.xw_img img{
		height:78px;
	}
	.xy_ul li a>img{
		height: 113px;
	}
	.xw_img2 img{
		height: 65px;
	}
}